home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CQCWIN.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  1KB  |  80 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Quick C for Windows.
  5.  
  6.     Build cqcwin.clb using:
  7.  
  8.         clint cqcwin.c -L+cqcwin.clb -Kb1 -KC1 -I. %1 %2 %3 -3- -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39. #define M_I86
  40.  
  41.  
  42. #include "assert.h"
  43. #include "bios.h"
  44. #include "conio.h"
  45. #include "ctype.h"
  46. #include "windows.h"
  47. #include "custcntl.h"
  48. #include "dde.h"
  49. #include "direct.h"
  50. #include "dos.h"
  51. #include "drivinit.h"
  52. #include "errno.h"
  53. #include "fcntl.h"
  54. #include "float.h"
  55. #include "io.h"
  56. #include "limits.h"
  57. #include "locale.h"
  58. #include "malloc.h"
  59. #include "math.h"
  60. #include "memory.h"
  61. #include "process.h"
  62. #include "search.h"
  63. #include "setjmp.h"
  64. #include "share.h"
  65. #include "signal.h"
  66. #include "stdarg.h"
  67. #include "stddef.h"
  68. #include "stdio.h"
  69. #include "stdlib.h"
  70. #include "string.h"
  71. #include "time.h"
  72.  
  73. #include "sys/locking.h"
  74. #include "sys/timeb.h"
  75. #include "sys/utime.h"
  76. #include "sys/types.h"
  77. #include "sys/stat.h"
  78.  
  79. /* End of file. */
  80.